home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stut_src / acountpu.h < prev    next >
Text File  |  1996-06-04  |  222b  |  12 lines

  1. /*
  2.  * Accounts Public Defs
  3.  */
  4.  
  5. void    keyaction_Identification(
  6.                             KEYCODE    curr_keypress, 
  7.                             VOIE     *    pVoie_curr );
  8. void    keyaction_NewAccount(
  9.                             KEYCODE    curr_keypress, 
  10.                             VOIE     *    pVoie_curr );
  11.  
  12.